Builder

class Builder : GeneratedMessage.Builder<BuilderT> , AdminProtos.HamParametersOrBuilder

Parameters for setting up Meshtastic for ameteur radio usage
Protobuf type meshtastic.HamParameters

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Amateur radio call sign, eg. KD2ABC
string call_sign = 1;
Link copied to clipboard

The selected frequency of LoRA operation
Please respect your local laws, regulations, and band plans.
Ensure your radio is capable of operating of the selected frequency before setting this.
float frequency = 3;
Link copied to clipboard

Optional short name of user
string short_name = 4;
Link copied to clipboard

Transmit power in dBm at the LoRA transceiver, not including any amplification
int32 tx_power = 2;
Link copied to clipboard
open fun getCallSign(): String

Amateur radio call sign, eg. KD2ABC
string call_sign = 1;
Link copied to clipboard
open fun getCallSignBytes(): ByteString

Amateur radio call sign, eg. KD2ABC
string call_sign = 1;
Link copied to clipboard
fun getDescriptor(): Descriptors.Descriptor
Link copied to clipboard
open fun getDescriptorForType(): Descriptors.Descriptor
Link copied to clipboard
open fun getFrequency(): Float

The selected frequency of LoRA operation
Please respect your local laws, regulations, and band plans.
Ensure your radio is capable of operating of the selected frequency before setting this.
float frequency = 3;
Link copied to clipboard
open fun getShortName(): String

Optional short name of user
string short_name = 4;
Link copied to clipboard
open fun getShortNameBytes(): ByteString

Optional short name of user
string short_name = 4;
Link copied to clipboard
open fun getTxPower(): Int

Transmit power in dBm at the LoRA transceiver, not including any amplification
int32 tx_power = 2;
Link copied to clipboard
Link copied to clipboard
open fun mergeFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): AdminProtos.HamParameters.Builder
Link copied to clipboard

Amateur radio call sign, eg. KD2ABC
string call_sign = 1;
Link copied to clipboard

Amateur radio call sign, eg. KD2ABC
string call_sign = 1;
Link copied to clipboard

The selected frequency of LoRA operation
Please respect your local laws, regulations, and band plans.
Ensure your radio is capable of operating of the selected frequency before setting this.
float frequency = 3;
Link copied to clipboard

Optional short name of user
string short_name = 4;
Link copied to clipboard

Optional short name of user
string short_name = 4;
Link copied to clipboard

Transmit power in dBm at the LoRA transceiver, not including any amplification
int32 tx_power = 2;